home *** CD-ROM | disk | FTP | other *** search
- /*
- File: Finder.h
-
- Copyright: © 1984-1993 by Apple Computer, Inc., all rights reserved.
-
- WARNING
- This file was auto generated by the interfacer tool. Modifications
- must be made to the master file.
-
- */
-
- #ifndef __FINDER__
- #define __FINDER__
-
-
- /* make only the following consts avaiable to resource files that include this file */
-
- #define kCustomIconResource -16455
-
- #define kContainerFolderAliasType 'fdrp'
-
- #define kContainerTrashAliasType 'trsh'
-
- #define kContainerHardDiskAliasType 'hdsk'
-
- #define kContainerFloppyAliasType 'flpy'
-
- #define kContainerServerAliasType 'srvr'
-
- #define kApplicationAliasType 'adrp'
-
- #define kContainerAliasType 'drop'
-
-
- /* type for Special folder aliases */
-
- #define kSystemFolderAliasType 'fasy'
-
- #define kAppleMenuFolderAliasType 'faam'
-
- #define kStartupFolderAliasType 'fast'
-
- #define kPrintMonitorDocsFolderAliasType 'fapn'
-
- #define kPreferencesFolderAliasType 'fapf'
-
- #define kControlPanelFolderAliasType 'fact'
-
- #define kExtensionFolderAliasType 'faex'
-
-
- /* type for AppleShare folder aliases */
-
- #define kExportedFolderAliasType 'faet'
-
- #define kDropFolderAliasType 'fadr'
-
- #define kSharedFolderAliasType 'fash'
-
- #define kMountedFolderAliasType 'famn'
-
-
- /*Finder Flags*/
-
- #define kIsOnDesk 0x1
-
- #define kColor 0xE
-
-
- /*kColorReserved = $10
- kRequiresSwitchLaunch = $20*/
-
- #define kIsShared 0x40
-
-
- /*kHasNoINITs = $80*/
-
- #define kHasBeenInited 0x100
-
-
- /*kReserved = $200*/
-
- #define kHasCustomIcon 0x400
-
- #define kIsStationary 0x800
-
- #define kNameLocked 0x1000
-
- #define kHasBundle 0x2000
-
- #define kIsInvisible 0x4000
-
- #define kIsAlias 0x8000
-
- #endif
-
-